@font-face {
    font-family: simple;
    src: url(/fonts/SimpleKindOfGirl-mnnm.ttf);
}

body {
    background-image: url(/images/mili/background);
    background-repeat: no-repeat;
    background-attachment: fixed;
    cursor: url('/images/cursors/milidefault.png'), auto;
    font-family: simple;
}

body a {
    cursor: url(/images/cursors/milipointer.png), auto;
}

.title {
    width: 800px;
    height: 300px;
    margin: auto;
}

.ninepointeight {
    width: 500px;
    height: 200px;
    margin: auto;
    margin-left: 200px;
}

.info1 {
    width: 400px;
    height: 300px;
    background-color: #fff;
    border: 3px dotted #5AF8FF;
    border-radius: 10px;
    position: relative;
    padding: 5px 5px;
    bottom: 200px;
    left: 440px;
}

.yubikirigenman {
    height: 500px;
    width: 300px;
    margin: auto;
    margin-top: 500px;
    margin-right: 200px;
}

.info2 {
    width: 400px;
    height: 300px;
    background-color: #fff;
    border: 3px dotted #35506D;
    border-radius: 10px;
    position: relative;
    padding: 5px 5px;
    bottom: 200px;
    right: 310px;
}

.witchsinvitation {
    height: 500px;
    width: 300px;
    margin: auto;
    margin-top: 300px;
    margin-left: 200px;
}

.info3 {
    width: 400px;
    height: 300px;
    background-color: #fff;
    border: 3px dotted #A5E7E5;
    border-radius: 10px;
    position: relative;
    padding: 5px 5px;
    bottom: 200px;
    left: 400px;
}

.bathtubmermaid {
    width: 500px;
    height: 300px;
    margin: auto;
    margin-top: 100px;
    margin-right: 100px;
}

.info4 {
    width: 400px;
    height: 300px;
    background-color: #fff;
    border: 3px dotted #EA9EA8;
    border-radius: 10px;
    position: relative;
    padding: 5px 5px;
    bottom: 200px;
    right: 340px;
}

.milk {
    height: 500px;
    width: 300px;
    position: relative;
    margin-top: 300px;
}

.info5 {
    width: 400px;
    height: 300px;
    background-color: #fff;
    border: 3px dotted #C73167;
    border-radius: 10px;
    position: relative;
    padding: 5px 5px;
    bottom: 200px;
    left: 410px;
}

.finalthoughts {
    width: 500px;
    height: 300px;
    border: 2px solid #DA93AD;
    border-radius: 10px;
    background-color: #fff;
    padding: 5px 5px;
    margin: auto;
    margin-top: 300px;
}

.finalheart {
    width: 100;
    position: relative;
    transform: rotate(-10deg);
    left: 490px;
    bottom: 200px;
}

.back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
